PDF Functions
PHP Manual

PDF_end_page

(PHP 4, PECL pdflib >= 1.0.0)

PDF_end_pageEnds a page

Description

void pdf_end_page ( int $pdf document )

The PDF_end_page() function ends a page. Once a page is ended it cannot be modified anymore.

See also PDF_begin_page().


PDF Functions
PHP Manual